From b4ef332ed49e1f6ee48ec17226b782e36b94f367 Mon Sep 17 00:00:00 2001 From: robertl Date: Tue, 19 Jul 2005 22:15:40 +0000 Subject: [PATCH] That wasn't sposta be commented out... --- gpsbabel/waypt.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/gpsbabel/waypt.c b/gpsbabel/waypt.c index 11eb9e849..6fa26d4e0 100644 --- a/gpsbabel/waypt.c +++ b/gpsbabel/waypt.c @@ -92,7 +92,6 @@ waypt_add(waypoint *wpt) * try to be sure that we have these fields even if just by * copying them from elsewhere. */ -#if 0 if (wpt->shortname == NULL) { if (wpt->description) { wpt->shortname = xstrdup(wpt->description); @@ -117,7 +116,6 @@ waypt_add(waypoint *wpt) } } } -#endif } void -- 2.30.2